- sampleRate
float sampleRate;
Undocumented in source.
- channels
int channels;
Undocumented in source.
- duration
float duration;
Undocumented in source.
- clipSize
size_t clipSize;
Undocumented in source.
- getClipChannels
ubyte getClipChannels()
Undocumented in source. Be warned that the author may not have intended to support it.
- getClipSize
size_t getClipSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDuration
float getDuration()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSamplerate
uint getSamplerate()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAudioConfig
AudioConfig getAudioConfig()
Undocumented in source. Be warned that the author may not have intended to support it.
- resample
bool resample(ubyte[] data, HipAudioType type, uint outputSampleRate, uint outputChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
- channelConversion
bool channelConversion(ubyte[] data, ubyte from, ubyte to)
Undocumented in source. Be warned that the author may not have intended to support it.